Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Sun, 26 Apr 2026 16:14:15 +0000 (18:14 +0200)
committerSandro Knauß <hefee@debian.org>
Sun, 26 Apr 2026 16:14:15 +0000 (18:14 +0200)
commit7f4c2056c934e129b07348b4842b3914f38c5df6
treecf36b18fb85b9868dd2d62464196eae6ad0f74a3
parent82bd95be84f87791726501639f5ed5c476bdaee6
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPublicPluginHelpers.cmake